/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018.07.09., 17:39:05
    Author     : tothpatony
*/

.mw-showrss {
}

.mw-showrss.titlepic {
    width: 100%;
    margin-bottom: 15px;
}

.mw-showrss.titlepic .container {
    width: 100%;
}

.mw-showrss.titlepic.feed-mmevideo img,
.mw-showrss.titlepic.feed-mmenapimenu img {
    max-height: 35px;
    margin-right: 9px;
}

.mw-showrss .feed-item {
    list-style: none;
}

.mw-showrss .feed-item .title {
    font-size: 17px;
    font-family: 'Montserrat-Medium', serif;
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    line-height: 113%;
    display: block;
    width: 100%;
    color: #333;
    transition: all 300ms ease-in-out;
}

.mw-showrss .feed-item .title:hover {
    color: #666;
}

.mw-showrss .feed-item:last-child .title {
    border-bottom: 2px solid #00aeef;
}

.mw-showrss .feed-item .info-line {
    font-size: 14px;
    font-family: 'Montserrat-Regular', serif;
    color: #666666;
    line-height: 128%;
    margin-bottom: 4px;
}

.mw-showrss .feed-item .info-line .second {
    color: #00aeef;
    padding-left: 0.5em;
}

.mw-showrss .feed-item .info-line .third {
    padding-left: 0.5em;
}

.mw-showrss .feed-item .lead {
    font-size: 13px;
    line-height: 125%;
    padding-bottom: 18px;
}

.mw-showrss .feed-item .thumbnail {
    width: 100%;
    background-size: cover;
    height: 130px;
    display: block;
}

/* MEGYEI SPECIALITÁS */
@media only screen and (min-width: 981px) {
    .et_pb_row .et_pb_column .mw-showrss {
        display: inline-block;
        padding-right: 23px;
        padding-left: 23px;
        padding-bottom: 0;
    }

    .et_pb_row .et_pb_column:first-child .mw-showrss {
    }

    .et_pb_row .et_pb_column:last-child .mw-showrss {
    }
}

@media only screen and (max-width: 980px) {
    .et_pb_row .et_pb_column .mw-showrss {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* LAKASKULTÚRA SPECIALITÁS */
.theme-lakaskultura.mw-showrss.titlepic .container {
    max-width: 100%;
}

.theme-lakaskultura.titlepic {
    margin-top: 25px;
}

.theme-lakaskultura .feed-item {
    margin-left: 4px;
}

.theme-lakaskultura.mw-rssslider .feed-item {
    margin-left: 0;
}

.theme-lakaskultura .feed-item .title, .theme-lakaskultura .feed-item .info-line {
}

.theme-lakaskultura .feed-item .info-line {
    font-size: 12px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
}

.theme-lakaskultura .feed-item .title {
    font-family: Alike, Georgia, serif;
    font-size: 16px;
    color: #000;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1eb;
}

.theme-lakaskultura .feed-item .title:hover {
    color: #DF3B57;
}


/* likebalaton_ajanlo specialitasok */

.mw-showrss.feed-likebalaton_ajanlo.titlepic {
    padding-bottom: 12px;
    background-color: transparent;
}

.mw-showrss.feed-likebalaton_ajanlo.titlepic .container {
    border-bottom: 2px solid #00aeef;
}


/* RSS SLIDER shortcode SPECIALITÁSOK */

/* Slideshow container */
.rssSlider-container {
    max-width: 1440px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

/* Hide the images by default */
.rssSlides {
    background-size: cover;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rssSlides.active {
    display: block;
}

.rssSlide-watermark-image {
    border: 0 !important;
    max-height: 20%;
    opacity: 0.7;
    position: absolute;
    /*top: 50%;*/
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.rssSlides:hover .rssSlide-watermark-image {
    opacity: 1;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    /*top: 50%;*/
    width: auto;
    /*margin-top: -22px;*/
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*padding: 16px;*/
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0;
    opacity: 0.7;
    padding: 20px 20px 20px 0;
}

.prev::selection, .next::selection {
    background-color: transparent;
}

.prev img, .next img {
    width: 35px;
    border: 0 !important;
}


/* Position the "next button" to the right */
.next {
    right: 0;
    padding: 20px 0 20px 20px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: transparent;
    opacity: 1;
}

/* Caption text */
.rssCaption {
    color: #e2e2e2;
    font-size: 13px;
    padding: 6px 12px 26px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(50, 50, 50, 0.5);
    line-height: 133%;
}

.rssSlideTitle {
    font-size: 13px;
    color: #fff;
}

.rssSlideLead {
}

/* Number text (1/3 etc) */
.numbertext {
    color: #fff;
    font-size: 13px;
    padding: 10px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.rssSliderDots {
    padding: 9px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 100%;
    text-align: center;
}

.rssSliderDots .dot {
    cursor: pointer;
    height: 7px;
    width: 7px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.rssSlider-container .active, .rssSliderDots .dot:hover {
    background-color: #ccc;
}

.bigCaption .rssCaption {
    padding: 15px 12px 45px 12px;
    line-height: 138%;
}

.bigCaption .rssSliderDots {
    padding: 15px 12px;
}

.bigCaption .rssSliderDots .dot {
    height: 11px;
    width: 11px;
}

/* Fading animation */
.rssSlider-container .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.3s;
    animation-name: fade;
    animation-duration: 0.3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

/* END of RSS SLIDER shortcode SPECIALITÁSOK */


/* MINDMEGETTE VIDEÓK feed specialításai*/

.mw-showrss.titlepic.bigpic {
    padding: 5px;
}

.mw-showrss.titlepic.bigpic img {
    max-height: 69px;
}

.mw-showrss.titlepic.bigpic .title-text {
    font-size: 18px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #747474;
    font-weight: bold;
    vertical-align: middle;
}

.mw-showrss.feed-mmevideo.rssSlider-container .active, .mw-showrss.feed-mmevideo .rssSliderDots .dot:hover {
    background-color: #00964A;
}

/* END of MINDMEGETTE VIDEÓK feed specialításai*/

/* RSS Slider */

.mw-rssslider:not(.feed-mmevideo):not(.feed-mmenapimenu) .titlepic {
    margin-bottom: 0;
    width: calc(100% + 20px);
}

.mw-rssslider.titlepic.bigpic:not(.feed-mmevideo):not(.feed-mmenapimenu),
.mw-mmenapimenu.titlepic.bigpic:not(.feed-mmevideo):not(.feed-mmenapimenu) .container {
    background-color: #ebebeb;
}

.mw-rssslider.titlepic:not(.feed-mmevideo):not(.feed-mmenapimenu) .container {
    max-width: 100%;
}

/* END of RSS Slider */


/* MME NAPI MENÜ SHORTCODE */
.mw-mmenapimenu {
}

.mw-showrss.mw-mmenapimenu.titlepic.in-sidebar {
}

.mw-mmenapimenu .feed-item {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #dadedf;
    position: relative;
}

.mw-mmenapimenu .feed-item .category-link {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    color: #00964A;
    letter-spacing: 1px;
}

.mw-mmenapimenu .feed-item .category-link:hover {
    color: #02ca68;
}

.mw-mmenapimenu .feed-item .thumbnail {
    background-position: center center;
    margin-bottom: -2px;
    max-width: 33%;
    margin-right: 0;
}

.mw-mmenapimenu .feed-item .thumbnail:hover {
    opacity: 0.7;
}

.mw-mmenapimenu .feed-item .title {
    border: 0;
    padding: 16px 0 0 0 !important;
    margin: 0 !important;
    color: #000;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 33%;
    white-space: pre-wrap;
    width: calc(67% - 10px);
}

.mw-mmenapimenu.megyei .feed-item .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.mw-mmenapimenu .feed-item .title:hover {
    color: #797979 !important;
}

.mw-mmenapimenu .feed-item:last-child {
    margin-bottom: 40px;
}

.mw-mmenapimenu .feed-item:last-child .title {
    border-bottom: 0 !important;
}

.mw-mmenapimenu .feed-item:before {
    display: none;
}

.mw-mmenapimenu .feed-item .thumbnail {
    border-right: 10px solid #fff;
    height: 73px;
}

/* END of MME NAPI MENÜ SHORTCODE */


/* ASTRONET SPECIALÍTÁSOK */

.theme-astronet.mw-showrss {
    margin: 0 -10px 0 -10px;
    background-color: #edf1f2;
}

.theme-astronet.mw-showrss .feed-item {
    margin-left: 0;
}

.theme-astronet.mw-showrss.titlepic {
    margin-bottom: 0;
    width: calc(100% + 20px);
}

.theme-astronet.mw-showrss.titlepic.bigpic {
    background-color: #fff;
}

.theme-astronet.mw-showrss.titlepic .container {
    max-width: 100%;
}

.theme-astronet.mw-showrss .feed-item .info-line {
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #888888;
}

.theme-astronet.mw-showrss .feed-item .title {
    font-size: 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 200;
    border-color: #dadedf;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: #383838;
    line-height: 120%;
}

.theme-astronet.mw-showrss .feed-item:last-child .title {
    border-bottom: 2px solid #00aeef;
}

.theme-astronet .feed-item .title:hover {
    color: #ff0036;
}

.theme-astronet.mw-mmenapimenu .feed-item .thumbnail {
    border-right: 10px solid #edf1f2;
}

.theme-astronet.mw-mmenapimenu .feed-item .title {
    font-family: Alike, Georgia, serif;
}

/* AUTOMOTOR SPECIALITASOK */

.theme-automotor.mw-showrss.feed-likebalaton_ajanlo.titlepic .container {
    padding-left: 0;
    padding-right: 0;
}

.theme-automotor.mw-showrss.feed-likebalaton_ajanlo .feed-item .title:hover {
    color: #777879;
    text-decoration: none;
}

.theme-automotor.mw-showrss .feed-item .title {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 120%;
}

.theme-automotor.mw-showrss .feed-item .info-line {
    font-size: 12px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #888888;
}

/* INGATLANBAZÁR FEED SPECIALITÁSOK */
/* Bazár piros: #c70305 */
.feed-ingatlanbazar.titlepic > .container {
    position: relative;
}

.feed-ingatlanbazar.titlepic.bigpic {
    background-color: transparent;
    padding: 0;
}

.feed-ingatlanbazar .title-button {
    position: absolute;
    right: 0;
    top: 3px;
}

.feed-ingatlanbazar .title-button,
.feed-ingatlanbazar .group-button {
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    background-color: #c70305;
    font-size: 12px;

}

@media only screen and (max-width: 450px) {
    .feed-ingatlanbazar .title-button {
        top: 55px;
    }

    .feed-ingatlanbazar .feed-item-9 {
        display: none;
    }
}

.feed-ingatlanbazar.group-buttons {
    padding-bottom: 2px;
}

.feed-ingatlanbazar .group-button {
    border: 1px solid transparent;
    margin-right: 3px;
    cursor: pointer;
    line-height: 22px;
}

.feed-ingatlanbazar .group-button:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.feed-ingatlanbazar .group-button.active {
    color: #c70305;
    background-color: transparent;
    border-color: #c70305;
}

.feed-ingatlanbazar .group-button:last-child {
    margin-right: 0;
}

.feed-ingatlanbazar.titlepic,
.feed-ingatlanbazar.rssSlider-container,
.feed-ingatlanbazar.group-buttons {
    width: calc(100% - 46px);
    margin-left: 23px;
    margin-right: 23px;
}

.feed-ingatlanbazar .prev {
    left: 0;
}

.feed-ingatlanbazar .rssSliderDots {
    width: calc(100% - 46px);
}

.feed-ingatlanbazar .rssSliderDots .dot.active,
.feed-ingatlanbazar .rssSliderDots .dot:hover {
    background-color: #c70305;
}

.feed-ingatlanbazar .rssSlideArea,
.feed-ingatlanbazar .rssSlidePrice {
    display: inline-block;
    font-weight: bold;
}

.feed-ingatlanbazar sup {
    bottom: 0.4em;
    font-size: 0.8em;
}

/* FEED RACS ============================ */
.feedracs-container {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 46px);
    margin-left: 23px;
    margin-right: 23px;
}

.feedracs-container:not(.active) {
    display: none;
}

.feedracs-container > .feed-item {
    position: relative;
    background-color: #f0f0f0;
    margin: 0 8px 8px 0;
    box-sizing: content-box;
}

@media only screen and (max-width: 399px) {
    .feedracs-container > .feed-item {
        width: calc(50% - 4px);
        height: 204px;
    }

    .feedracs-container > .feed-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 400px) and (max-width: 575px) {
    .feedracs-container > .feed-item {
        width: calc(50% - 4px);
        height: 258px;
    }

    .feedracs-container > .feed-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 700px) {
    .feedracs-container > .feed-item {
        width: calc(33.3333% - 5.333333px);
        height: 225px;
    }

    .feedracs-container > .feed-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 701px) and (max-width: 980px) {
    .feedracs-container > .feed-item {
        width: calc(33.3333% - 5.333333px);
        height: 186px;
    }

    .feedracs-container > .feed-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 981px) {
    .feedracs-container:not(.fullwidth) > .feed-item {
        width: calc(33.3333% - 5.333333px);
        height: 185px;
    }

    .feedracs-container:not(.fullwidth) > .feed-item:nth-child(3n) {
        margin-right: 0;
    }

    .feedracs-container.fullwidth > .feed-item {
        width: calc(11.111111% - 7.111111px);
        height: 200px;
    }

    .feedracs-container.fullwidth > .feed-item:nth-child(9n) {
        margin-right: 0;
    }
}

.feedracs-container > .feed-item .thumbnail {
    background-position: center center;
    background-size: cover;
    padding: 70% 0 0 0;
    width: 100%;
}

.feedracs-container .itemCaption {
    font-size: 11px;
    color: #c70305;
    width: 100%;
    text-align: center;
    line-height: 115%;
    padding: 8px 6px 4px 6px;
    font-weight: bold;
    max-height: 57px;
    overflow: hidden;
}

.feedracs-container .rssSlideArea, .feedracs-container .rssSlidePrice {
    font-size: 11px;
    text-align: center;
    line-height: 115%;
    left: 0;
    right: 0;
    position: absolute;
}

.feedracs-container .rssSlideArea {
    bottom: 26px;
}

.feedracs-container .rssSlidePrice {
    bottom: 8px;
}

/* END of FEED RACS ----- */

/* END of INGATLANBAZÁR FEED SPECIALITÁSOK */

/* EGYEBEK */
.mw-showrss.titlepic.bigpic.not-in-sidebar {
    width: 100%;
    margin: 0 0 10px 0;
}

.mw-showrss.titlepic img {
    border: 0;
}

/* END of EGYEBEK */


/* CONNECTED SHORTCODE */
.connected-box {
    display: block;
    float: left;
    width: 220px;
    line-height: 125%;
    font-size: 16px;
    margin: 1em 1em 2em 0;
    border-right: 1px solid #f0f0f0;
    padding: 0 1em 0 0;
}

.connected-box.box-right {
    float: right;
    margin: 1em 0 2em 1em;
    border-right: none;
    border-left: 1px solid #f0f0f0;
    padding: 0 0 0 1em;
}

.connected-box.full {
    float: none;
    margin: 1em auto 2em auto;
    border-right: none;
    border-left: none;
    padding: 0;
    width: 300px;
}

.connected-box .box-title {
    width: 100%;
    height: auto;
    font-size: 22px;
    margin-bottom: 1em;
    font-family: 'OpenSans-ExtraBold', serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.004);
}

.connected-box img {
    width: 100%;
    height: auto;
}

.connected-box span {
    width: 100%;
}

/* END of CONNECTED SHORTCODE */
/* NAMELINK SHORTCODE */
.namelink {
    color: #6c6c6c;
    text-decoration: underline;
}

/* END of NAMELINK SHORTCODE */

/* HIRVILAG SPECIALITÁSOK ===================== */
.mw-showrss .feed-item .under-title {
}

.mw-showrss .feed-item .host {
    color: #d42729;
    font-size: 10px;
    text-transform: uppercase;
}

.mw-showrss .feed-item .timeago {
    color: #999999;
    font-size: 10px;
    padding-left: 4px;
}

.feed-ezek-is-erdekelhetik.mw-showrss .feed-item .title {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 17px;
    line-height: 128%;
}

.feed-ezek-is-erdekelhetik.mw-showrss.titlepic {

}

.feed-ezek-is-erdekelhetik.mw-showrss.titlepic img {
    border-top: 1px solid #000654;
    max-height: unset;
    margin: 0;
}

/* END of HIRVILAG SPECIALITÁSOK ============== */
